fix windows build
authorJoey Hess <joeyh@joeyh.name>
Thu, 18 Sep 2025 15:59:22 +0000 (11:59 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 18 Sep 2025 15:59:22 +0000 (11:59 -0400)
Annex/Multicast.hs
doc/bugs/windows_FTBFS__44___advise_needed.mdwn

index 4fe3e0af6c42d75dfc09cb187b7b80b808efdbc4..b117e39fb88511bc0f2e172067c14dfab4230eea 100644 (file)
@@ -17,6 +17,7 @@ import Utility.Env
 import System.Posix.IO
 #else
 import System.Process (createPipeFd)
+import GHC.IO.Handle.FD (fdToHandle)
 #endif
 import GHC.IO.Encoding (getLocaleEncoding)
 
index cccf81479342cf67d3374d3590db7742eed6fc0d..c13008c672e6bc5feb1d8b74160a9c2411030c83 100644 (file)
@@ -44,3 +44,4 @@ Error: [S-7282]
 
  CI action with all the steps is [here](https://github.com/datalad/git-annex/blob/master/.github/workflows/build-windows.yaml#L112)
 
+> [[fixed|done]] --[[Joey]]